home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 2 (Reseller)
/
Apple R&P Lib Reseller v2.0.iso
/
3-Demos
/
Third Party Demos
/
Networking
/
Timbuktu⁄Remote
/
Timbuktu⁄Remote™ Tour
/
Timbuktu_Remote™ Tour
/
card_6642.txt
< prev
next >
Wrap
Text File
|
1989-07-19
|
2KB
|
73 lines
-- card: 6642 from stack: in
-- bmap block id: 7228
-- flags: 0000
-- background id: 2758
-- name: chat
----- HyperTalk script -----
on closeCard
put empty into card field "ErrorMessage"
end closeCard
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=439 top=317 right=334 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Play Tape
----- HyperTalk script -----
on mouseUp
PlayScreen
put empty into card field ErrorMessage
PlayScreen "Remote Connection","Hide"
--the syntax for the PlayScreen XCMD is:
--PlayScreen {fullTapeName} [,"Hide"] [,"Disable"] [,"Repeat"]
put the result into errorCode
if errorCode is not empty then
beep
put errorCode into card field ErrorMessage
end if
end mouseUp
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=57 top=209 right=260 bottom=379
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ErrorMessage
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=439 top=291 right=317 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual dissolve
go card "Tour Menu"
end mouseUp